home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / irit40s.lha / Irit / general.inf < prev    next >
Encoding:
Text File  |  1993-12-30  |  5.1 KB  |  107 lines

  1.             IRIT Solid Modeling System
  2.             --------------------------
  3.  
  4. IRIT solid modeling system is a simple environment that allows one to
  5. model basic, primitive based, models using Boolean operations as well
  6. as freeform surface's based models.
  7.  
  8. The system is designed for simplicity and is geared toward research.
  9. As such, no graphical user interface (GUI) exists or is planned in the
  10. near future.  The modeling is performed using the main
  11. module/executable of the system which is called (surprise!) IRIT. A
  12. textual interface (or PUI for programmable user interface) is
  13. available which provides the interaction interface. An interpreter
  14. processes the user's command and executes them.  This interpreter
  15. includes general mechanisms that are common in high level programming
  16. languages such as loops, conditional sentences, and functions. In
  17. addition. Features that can be found in modern languages such as
  18. operator overloading and object oriented design are extensively used.
  19.  
  20. Version 4.0 of the IRIT solid modeling system contains tools that can
  21. aid in research and development in the areas of computer aided
  22. geometric design and computer graphics. Here is a list of the features
  23. that can be found:
  24.  
  25. * Full featured points/vectors/homogeneous matrices algebra by overloading
  26.   the basic operators +,-,*,/,^.
  27.  
  28. * Polygonal based modeling. Constructors for basic primitives (box, cone,
  29.   torus, etc.) are provided as well as low level constructors for direct
  30.   polygonal model's construction. Boolean operations between polygonal
  31.   models is also supported.
  32.  
  33. * Freeform curve and surface manipulation tools. Supported are
  34.   polynomial and rational Bezier and piecewise polynomial/rational NURB
  35.   curves and surfaces. A large set of tools to manipulate freeform curves
  36.   and surfaces is provided and includes (for both curves and surfaces):
  37.   + Low level Constructors
  38.   + High Level Constructors (Sweep, Extrude, Boolean Sum, etc.)
  39.   + Merging and Profiling tools.
  40.   + Evaluation.
  41.   + Subdivision.
  42.   + Refinement.
  43.   + Degree Raising.
  44.   + Differentiation and Integration.
  45.   + Symbolic Computation (Difference, Sum, and Product).
  46.   + Polygonal/Polyline approximation.
  47.   + Composition.
  48.   + Offset.
  49.  
  50.     Tools to compute the zero set of curves, the extreme points,
  51. the minimal or maximal distance from a curve to a point or a line,
  52. the inflection points and/or points of extreme curvature, and the
  53. intersection points of two curves are also available.
  54.  
  55.     The symbolic tools provided allow one to represent scalar and
  56. vector fields of differential properties of the curves and surfaces
  57. such as normals and curvature. The curve's inflection and extreme
  58. curvature detection tools, mentioned above, exploits these symbolic
  59. tool and are therefore robust.
  60.  
  61.     In addition to the main module of IRIT, several other tools
  62. are provided:
  63.  
  64.   + poly3d-h: A hidden line removal tool.
  65.   + poly3d-r: A simple rendering tool.
  66.   + illustrt: A line drawing illustration tool.
  67.   + xgldrvs/x11drvs/wntdrvs/os2drvs/amidrvs: Display devices (and viewing
  68.     programs at the same time) for SGI's gl, X11, Window NT, OS2 2.x, and
  69.     AMIGA.
  70.   + irit2ps/irit2dxf/irit2nff/irit2plg/irit2ray/irit2scn/irit2xfg:
  71.     Filters to convert data files created by IRIT to PostScript, DXF,
  72.     NFF, REND386, Rayshade, SCN,  and Xfig format.
  73.   + dat2irit/dxf2irit: Filters to convert from data file of IRIT to IRIT's
  74.     solid modeling scripts and from DXF to IRIT.
  75.  
  76.     The IRIT solid modeller is actively used in various research areas:
  77.  
  78.   + Adaptive Isocurve Algorithm. A coverage based on adaptive extraction
  79.     of isocurves can be used for various purposes from toolpath for
  80.     machining purposes to image rendering. This algorithm, that is
  81.     exploiting symbolic computation, is implemented using the IRIT
  82.     solid modeller and a tool named xgladap make use of the hardware of
  83.     the SGI systems to provide real time rendering using adaptive
  84.     isocurves.
  85.   + Layout. A new fabrication scheme automatically computes an
  86.     approximated layout of a free form surface, on the plane, so it
  87.     can be cut from planar sheets (such as paper or fabric) and
  88.     stitched together to form an approximation of the original
  89.     surface. Tools to automatically compute the layout were implemented
  90.     using IRIT.
  91.   + Morphing. Using refinement and degree raising, two tools that are
  92.     available in this system, different surfaces can be brought to
  93.     a common space and be continuously morphed or transformed from one
  94.     to the other. Again, a successful implementation exists in IRIT.
  95.   + Illustrt. Line drawings is a neglected area of computer graphics.
  96.     Illustrt is a tool developed with the aid of IRIT, and now is part
  97.     of IRIT, to automatically generate line drawings with special effects
  98.     such as width/size and intensity depth cueing, Z sorting, and end of
  99.     edge clipping etc.
  100.  
  101.         The system is written in C and is running on virtually all
  102. Unix environments, including but not limited to SUN's SPARC, SGI's
  103. SGI4D, HP3xx/4xx/7xx, DEC 5000, IBM RS6000, E&S ESV, and i386 SVR4,
  104. using either X11 or, when available, SGI's GL. In addition, other
  105. environments such as Window NT and OS2 using IBM PC 386 and above or
  106. 68xxx AMIGA are also supported.
  107.